home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Libraries / stdwin / Appls / dpv / CHANGES next >
Encoding:
Text File  |  1991-05-14  |  1.2 KB  |  43 lines  |  [TEXT/????]

  1. NOTE -- history is now maintained as rcs log messages
  2.  
  3. CHANGES -- March 30, 1990
  4.  
  5. -t file reads font translations from a file
  6.  
  7. added CW font translation, fixed courier and special font translations
  8.  
  9. changed funnytab reading policy (-f option must be obeyed if given)
  10.  
  11. initially center window in document
  12.  
  13.  
  14. CHANGES -- Jan 17, 1989
  15.  
  16. created r3symbol, the special character mapping for Adobe's Symbol font
  17.  
  18. changed funnyproto (changed -- to -)
  19.  
  20. changed Make.conf (added comments to get back to R2)
  21.  
  22. adapted choose to R3:
  23.     changed default font
  24.     took out code to ignore zero-width characters
  25.     (all chars >= 0x80 have zero width; probably an xlib bug!)
  26.  
  27. changed meaning of '-' non-menu keyboard shortcut to toggle to previous
  28. page (like 'rn' does); added more non-menu keyboard shortcuts (e.g., 'G'
  29. like in 'vi')
  30.  
  31. changed main menu shortcuts to F(irst), P(rev), N(ext), L(ast)
  32.  
  33. removed dummy page menu
  34.  
  35. suppress second and following warning about the same missing font
  36.  
  37. adapted dpvfonts.c to X11R3 font naming scheme and changed translation
  38. table to map to fonts provided on MIT release
  39.  
  40. fixes by Robbert van Renesse:
  41.     - fixed circles (these were twice too big)
  42.     - made splines a little nicer
  43.